.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
}
.loadmask-msg div {
    padding:18px 10px 5px 0px;
    background:#fff url('images/gif-blue.gif') no-repeat center 20px;
	border:1px solid #a3bad9;
    color:#222;
    cursor:wait;
    width:200px;
    height:80px;
    text-align:center;
    
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}